From: George Dunlap Date: Wed, 23 Apr 2014 13:19:44 +0000 (+0100) Subject: docs: Mention the semicolon as a valid statement end X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~5141 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=a9f9e9bae00800be30093abb7dbc30667495e529;p=xen.git docs: Mention the semicolon as a valid statement end Signed-off-by: George Dunlap Acked-by: Ian Jackson --- diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5 index a6663b9081..c8ce6c1880 100644 --- a/docs/man/xl.cfg.pod.5 +++ b/docs/man/xl.cfg.pod.5 @@ -48,6 +48,14 @@ not nested. The semantics of each C defines which form of C is required. +Pairs may be separated either by a newline or a semicolon. Both +of the following are valid: + + name="h0" + builder="hvm" + + name="h0"; builder="hvm" + =head1 OPTIONS =head2 Mandatory Configuration Items